/*公用样式*/
* {
  margin: 0;
  padding: 0;
}
.main {
  overflow: hidden;
  height: auto !important;
  margin: 0 auto;
  padding: 10px;
  clear: both;
}

.wrapper {
  width: 1100px;
  overflow: hidden;
  height: auto !important;
  margin: 0 auto;
}

.baise {
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.banyuan { border-radius:10px 10px 0 0; }
.xian { border:1px solid #ddd; }
.fenge_20 { height:20px; overflow: hidden; }
.lanmudh { height:30px; line-height:30px; background: url("../images/dqwz_bg.png") 8px no-repeat; padding-left:40px; }
body,
html,
input {
  font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
}

body {
  font-size: 14px;
  background: #ededed center bottom no-repeat;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}


html {
  box-sizing: border-box;
}

ul {
  list-style: none;
}

img {
  vertical-align: top;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

a {
  color: #112a4d;
  text-decoration: none;
}

a:link,
a:visited {
  text-decoration:none;
  color:#333;
}

a:hover,
a:active {
  text-decoration: none;
  color: #ec591f;
}

a i{
  margin-right: 8px;
  display: block;
  position: relative;
  z-index: 10;
  -webkit-transition:-webkit-transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}
a:hover i{
  transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}

div:focus {
  outline: none;
}

/*  -- flex弹性布局 -- */

.flex {
  display: flex;
}

.basis-xs {
  flex-basis: 20%;
}

.basis-sm {
  flex-basis: 40%;
}

.basis-df {
  flex-basis: 50%;
}

.basis-lg {
  flex-basis: 60%;
}

.basis-xl {
  flex-basis: 80%;
}

.flex-sub {
  flex: 1;
}

.flex-twice {
  flex: 2;
}

.flex-treble {
  flex: 3;
}

.flex-direction {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.align-center {
  align-items: center;
}

.align-stretch {
  align-items: stretch;
}

.self-start {
  align-self: flex-start;
}

.self-center {
  align-self: flex-center;
}

.self-end {
  align-self: flex-end;
}

.self-stretch {
  align-self: stretch;
}

.align-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

/* -- 浮动 --  */

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* -- 文字切割 --  */
.text-cut {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.content {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.more_right {
  float: right;
  font-size: 12px;
  color: #666;
}

.contentDw{
  text-indent: 0em;
    line-height: 200%;
    font-size: 16px;
    padding: 30px 10px;
    color: #444;
}

.yhkjImg{width: 1100px;}


/* 适老化 */
.oldModel .layui-laypage a, 
.oldModel .layui-laypage span{font-size: 22px;}
